projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf213c
)
(html2text-remove-tag-list): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 16 Feb 2006 11:36:52 +0000
(11:36 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 16 Feb 2006 11:36:52 +0000
(11:36 +0000)
lisp/gnus/html2text.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/html2text.el
b/lisp/gnus/html2text.el
index ceba84decf11eeab9bf4195d8bd1ffa9ddcd1683..68934c909e9a833ed264c9ae4aa414afcd71917a 100644
(file)
--- a/
lisp/gnus/html2text.el
+++ b/
lisp/gnus/html2text.el
@@
-59,7
+59,7
@@
completely verbatim - without any use of REGEXP.")
This is a list of tags which should be removed, without any
formatting. Note that tags in the list are presented *without*
-any \"<\" or \">\". All occurences of a tag appearing in this
+any \"<\" or \">\". All occur
r
ences of a tag appearing in this
list are removed, irrespective of whether it is a closing or
opening tag, or if the tag has additional attributes. The
deletion is done by the function `html2text-remove-tags'.